projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c58cca
)
* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 18 Oct 2019 17:45:07 +0000
(19:45 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 18 Oct 2019 17:45:07 +0000
(19:45 +0200)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 37021d6c93d18bb2cbc4fe5c1b7a81c1e809136f..128d099ac24feb8f61d76a2f57c9aab3518c9050 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-100,11
+100,12
@@
(setq auth-source-save-behavior nil
password-cache-expiry nil
- tramp-verbose 0
+ remote-file-name-inhibit-cache nil
tramp-cache-read-persistent-data t ;; For auth-sources.
tramp-copy-size-limit nil
tramp-message-show-message nil
- tramp-persistency-file-name nil)
+ tramp-persistency-file-name nil
+ tramp-verbose 0)
;; This should happen on hydra only.
(when (getenv "EMACS_HYDRA_CI")